home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent1 / format.readme < prev    next >
Text File  |  1998-04-19  |  2KB  |  55 lines

  1. Short:    Format Iomega ZIP drives for MSDOS PCs
  2. Author:   Alexander Feigl <sp7ock@dl-net.de>
  3. Uploader: Alexander Feigl <sp7ock@dl-net.de>
  4. Version:  0.1
  5. Type:     disk/misc
  6.  
  7. This is a PRERELEASE of FormatZIP - a utility to format Iomega ZIP
  8. drives for MSDOS PCs. This is impossible with the usual format command
  9. of AmigaOS because with the usual format command you would theoretically
  10. create a ZIP disk in floppy disk format. The ZIP disks used on PCs are
  11. in "harddisk format" with one single partition and CrossDOSFilesystem
  12. cannot create this partition table.
  13.  
  14. FormatZIP was compiled with GCC for Amiga - sources are included
  15.  
  16. FormatZIP is freely distributable as long as the name of the author is
  17. not removed.
  18.  
  19. Usage :
  20.  
  21. FormatZIP <device> <unit>
  22.  
  23. Examples:
  24.  
  25. FormatZIP scsi.device 5      - format a ZIP drive attached at SCSI ID 5
  26.                                of your "scsi.device"
  27.  
  28. FormatZIP cybscsi.device 5   - same as above with Phase 5 SCSI controller
  29.  
  30.  
  31. CAUTION : If you select the wrong device your harddisk will become an
  32.           EMPTY!!!!!! ZIP :-) I am NOT responsible for unrecoverable
  33.           loss of data!!!
  34.  
  35.           You have to cause a diskchange after FormatZIP
  36.  
  37.  
  38.  
  39. Future :
  40.  
  41. - use DOS devices as parameter instead of exec devices
  42. - lock all DOS devices of this ZIP drive while formatting
  43.   (this will cause a diskchange afterwards)
  44. - Don't hardcode the drive geometry - this would make this tool usable
  45.   for Jaz drives, too. For this I'll need information about MSDOS 
  46.   MBR
  47. - using CrossDOSFileSystem for formatting of the partition.
  48.   Problem: V2.1 CrossFS is buggy
  49.  
  50. Author :
  51.  
  52. Please EMail bug reports & suggestions to:
  53.  
  54. Alexander Feigl <sp7ock@dl-net.de>
  55.